Virtual File System By phreekspice
UML model
Create a virtual hierarchical file-system in Modern C++ (C++ 11) utilizing Dune Development Methodologies and Metrics that supports the following features: - Support arbitrarily complex graph of directory and file objects. - Ability to add directory and file objects at any level. - Ability to remove directory and file objects at any level. - Ability to find directory and file objects at any level. - Ability to update directory and file objects at any level. - File system objects should be persistent.
Updated on